home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 762 b | 30 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWPalete.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWPALETE_H
- #define FWPALETE_H
-
- #ifndef SLPALETE_H
- #include "SLPalete.h"
- #endif
-
- //========================================================================================
- // Palette functions
- //========================================================================================
-
- FW_Palette
- FW_CreatePalette(
- const FW_SColor* colors,
- short nColorCount);
-
- FW_Palette
- FW_CopyPalette(FW_Palette palette);
-
- #endif // FWPALETE_H
-